home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Aminet 33
/
Aminet 33 - October 1999.iso
/
Aminet
/
util
/
wb
/
TextloaderNG.lha
/
TextLoader
/
Rexx
/
SendtoPageStreamGFX.rexx
< prev
next >
Encoding:
Amiga (detected)
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
OS/2 REXX Batch file
|
1999-06-11
|
190 b
|
11 lines
/* $VER: SendImage.rexx 1.0 for PStream3/4 © by Jochen Grus (10.06.99) */
OPTIONS RESULTS
ADDRESS "PAGESTREAM"
FILE="'ram:0.gfx'"
'placegraphic FILE ram:0.gfx FILTER UNIVERSAL'
return